home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / falcon / programm.ing / falclib2.lzh / ROUTS / GETPAR.S < prev    next >
Text File  |  1994-08-16  |  242b  |  16 lines

  1. *
  2. * GETPAR.S    (include right after releasem.s)
  3. *
  4. *    Gets all parameters sent to the program.
  5. *    Must be directly after releasem.
  6. *
  7. * Out    a0.l=address where the parameters are.
  8. *
  9.  
  10.  
  11.  
  12. @getparameters    pea    $81(a6)
  13.         move.l    (a7)+,a0
  14.         
  15.  
  16.